-
Notifications
You must be signed in to change notification settings - Fork 420
E2e/feature/ri 7744 fix e2e tests #5270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+102
−44
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
valkirilov
approved these changes
Dec 1, 2025
| @@ -1,6 +1,9 @@ | |||
| name: ✅ E2E Tests | |||
Member
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure. we will do it eventually
valkirilov
pushed a commit
that referenced
this pull request
Dec 3, 2025
* RI-7744: fix key tests + change e2e trigger temporary * RI-7744: fix keys list tests * RI-7744: fix pub-sub tests * RI-7744: fix add key tests * RI-7744: fix keys list/tree tests * RI-7744: fix keys list full screen tests * RI-7744: fix keys list scroll + streams tests * RI-7744: fix keys list scroll + streams tests * RI-7744: fix dbsize test fix * RI-7744: fix db sorting test * RI-7744: fix navigation tests * RI-7744: fix shortcuts tests * RI-7744: fix confirm popover test * RI-7744: fix db info tooltip * RI-7744: skip pubsub tests * RI-7744: fix search capabilities * RI-7744: fix pub sub tests * RI-7744: fix browser context tests * RI-7744: fix cli helper tests * RI-7744: fix key filter tests * RI-7744: fix key filter 2 tests * RI-7744: fix typo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

What
Web E2E tests fixes
Temporary added possibility to trigger this tests by pushing to e2e/** branch
Testing
Technical task. Nothing to test here
Note
Updates E2E tests to align with new UI selectors/behavior (incl. Pub/Sub pagination/status and forcing list view), adds testids in Pub/Sub UI, and enables CI workflow on e2e/** pushes.
pub-sub-status,pub-sub-messages-count,publish-result,confirm-popover, header<p>, keys "No results" container).browserViewButtonto stabilize tests.Subscribed/Unsubscribed, use messages table/pagination controls, and verify publish result badge; mark some debug/clear tests as skipped.keysContainerselector; tweak sorting/labels and stream table assertions.data-testidhooks inMessagesListTable(messages count, status) andPublishMessage(publish result).pushtoe2e/**branches.Written by Cursor Bugbot for commit ea59cc1. This will update automatically on new commits. Configure here.